unconditional jump - перевод на Английский
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

unconditional jump - перевод на Английский

INSTRUCTION IN COMPUTER PROGRAM
Unconditional branching; Jump instruction; Conditional branch; Unconditional branch instruction; Branch instruction; Unconditional branch; Jump (Computer science); Jump (computer science); Branch (instruction); Conditional jump; Branch on condition; Jump target (computing); Branch-free code; Branchless programming; Branchless code; Branchless algorithm

unconditional jump      

общая лексика

безусловный переход

вычислительная техника

переход безусловный

Смотрите также

unconditional branch

go to         
  • "'''GOTO'''" key on the 1982 [[ZX Spectrum]]
STATEMENT INVOKING ONE-WAY TRANSFER OF PROGRAM CONTROL IN MANY LANGUAGES
Go to; GOTO Considered Harmful; Go To Statement Considered Harmful; Computed goto; Goto statement; Goto considered harmful; A Case against the GO TO Statement; GO TO; Label Value Operator; Considered Harmful; Label value operator; GOTO; Label referece operator; Label reference operator; Goto (command); Computed GOTO; Jump to; JUMP TO; GOTO (DOS command); Go To; Computed GOTO and Assigned GOTO; Language support for GOTO statements
go to а) просить о чем-л. You have to go to the commanding officer for special permission to leave the camp. If you're so afraid of him, why don't you go to the police. б) выдаваться (о призах, деньгах) The house went to his wife after his death. The prize for growing the biggest potato goes to Mr and Mrs Brown, of the village of Little Digging. в) войти в какое-л. состояние Be quiet. Father has just gone to sleep. The nation seems ready to go to war with in old-time enemy. г) составлять в сумме In former times, 12 pence went to a shilling and 20 shillings to the pound, but since Britain changed to decimal money, 100 new pence go to the pound.
go to         
  • "'''GOTO'''" key on the 1982 [[ZX Spectrum]]
STATEMENT INVOKING ONE-WAY TRANSFER OF PROGRAM CONTROL IN MANY LANGUAGES
Go to; GOTO Considered Harmful; Go To Statement Considered Harmful; Computed goto; Goto statement; Goto considered harmful; A Case against the GO TO Statement; GO TO; Label Value Operator; Considered Harmful; Label value operator; GOTO; Label referece operator; Label reference operator; Goto (command); Computed GOTO; Jump to; JUMP TO; GOTO (DOS command); Go To; Computed GOTO and Assigned GOTO; Language support for GOTO statements

общая лексика

просить о чем-л.

выдаваться (о призах, деньгах)

войти в какое-л. состояние

составлять в сумме

Определение

considered harmful
Edsger W. Dijkstra's note in the March 1968 "Communications of the ACM", "Goto Statement Considered Harmful", fired the first salvo in the structured programming wars. Amusingly, the ACM considered the resulting acrimony sufficiently harmful that it will (by policy) no longer print an article taking so assertive a position against a coding practice. In the ensuing decades, a large number of both serious papers and parodies have borne titles of the form "X considered Y". The structured-programming wars eventually blew over with the realisation that both sides were wrong, but use of such titles has remained as a persistent minor in-joke. [Jargon File]

Википедия

Branch (computer science)

A branch is an instruction in a computer program that can cause a computer to begin executing a different instruction sequence and thus deviate from its default behavior of executing instructions in order. Branch (or branching, branched) may also refer to the act of switching execution to a different instruction sequence as a result of executing a branch instruction. Branch instructions are used to implement control flow in program loops and conditionals (i.e., executing a particular sequence of instructions only if certain conditions are satisfied).

A branch instruction can be either an unconditional branch, which always results in branching, or a conditional branch, which may or may not cause branching depending on some condition. Also, depending on how it specifies the address of the new instruction sequence (the "target" address), a branch instruction is generally classified as direct, indirect or relative, meaning that the instruction contains the target address, or it specifies where the target address is to be found (e.g., a register or memory location), or it specifies the difference between the current and target addresses.

Как переводится unconditional jump на Русский язык